local variable meaning in Chinese
局部变量
区域变量
Examples
- Loads the address of the local variable at
处的局部变量的地址加载到计算堆栈上。 - Pops a value from the stack into local variable 3
将值从堆栈中弹出到局部变量3中 - Add a local variable to hold the property value
添加一个局部变量以保留属性值: - Where local variables are numbered 0 onwards
中,其中局部变量从0向上进行编号。 - Pops a value from the stack into local variable 2
将值从堆栈中弹出到局部变量2中